home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libmusicbrainz4c2a / README < prev    next >
Text File  |  2006-11-14  |  2KB  |  47 lines

  1.                          MusicBrainz Client Library
  2.                          --------------------------
  3.  
  4. Giving credit where credit is due
  5. ---------------------------------
  6.  
  7. If you write an application that uses the TRM interface (any functions that
  8. start with trm_ ) you need to include the following legal quip somewhere in
  9. your application -- preferrably the about box if your app has one:
  10.  
  11.    Acoustic fingerprint technology provided by Relatable(TM),
  12.    Copyright (c) 2000-2, Relatable LLC, All rights reserved.
  13.  
  14. Relatable has graciously given MusicBrainz a FREE license to use the TRM 
  15. technology with MusicBrainz. Please give credit to Relatable by including the
  16. above message into your applications.
  17.  
  18. Documentation
  19. -------------
  20.  
  21. Please refer to the online documentation for information on how to
  22. use this client library:
  23.  
  24.         Online HOWTO: http://musicbrainz.org/client_howto.html
  25.          Online Docs: http://musicbrainz.org/docs/mb_client/index.html
  26.      Query Reference: http://users.musicbrainz.org/~luks/docs/mb_client-2.1.3/queries_8h.html
  27.   Function Reference: http://users.musicbrainz.org/~luks/docs/mb_client-2.1.3/mb__c_8h.html
  28.  
  29.  
  30. Configure notes:
  31. ----------------
  32.  
  33. If you want to use the client library with C++, give the following arguments to
  34. configure:
  35.  
  36.     configure --enable-cpp-headers
  37.  
  38.  
  39. Link notes:
  40. -----------
  41.  
  42. If you're compiling a C program and you're linking in the musicbrainz client
  43. library you will need to also link in the C++ standard library:
  44.  
  45.    cc -o test_app test_app.c -lmusicbrainz -lm -lstdc++
  46.  
  47.